min
returns the minimum value or values
contained in the matrix argument. If the argument is a row or column
vector, then the smallest value is returned.
If the argument is not such a vector, then a row-vector is
returned containing the minimum value from each column of the argument.
The minimum value of a complex argument is found by comparing magnitudes.